CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 路径 蚁群算法

搜索资源列表

  1. path

    0下载:
  2. 蚁群路径算法的matlab源代码,可以实现的-Ant path algorithm matlab source code, can be achieved
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:881
    • 提供者:wing
  1. tsp

    0下载:
  2. 用VB写的利用蚁群优化算法解决的20个点的TSP问题,给出了路径以及经过每个点的顺序。-Using VB to write the use of ant colony optimization algorithm to solve the 20 points of TSP problem, given the path and through each point order.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:246840
    • 提供者:孙斌
  1. Route_AOC_two_Colony_based-on-VC6.0

    0下载:
  2. 本程序基于VC6.0实现双蚁群的路径规划算法,两蚁群的职责不尽相同-AOC with two partion based on VC6.0
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-20
    • 文件大小:5752879
    • 提供者:dingkaimeng
  1. ant-gateways

    0下载:
  2. 目前,物联网备受关注。在多网关无线传感网络与物联网的异构融合中,通过网关连接是最常用的策略。本程序利用基于蚁群优化的算法,寻找每个节点至网关的最优路径。-Recently, the Internet of Things is getting more and more attention.There are different approaches to integrate WSN into the Internet. The most usual one is to connect the W
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:989164
    • 提供者:guowenjing
  1. MyACOADlgToTSP_V1.0

    1下载:
  2. 蚁群优化算法解TSP问题 有对话框可以直接绘制城市路径图-Ant Colony Optimition Algorithm solving the TSP problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-02-04
    • 文件大小:2042188
    • 提供者:曾强
  1. aco

    0下载:
  2. 采用改进的蚁群智能算法,得到车辆最短路径问题快速有效的局部最优解。-The improved ACO to obtain the shortest path problem vehicle fast and effective local optima.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1691
    • 提供者:aks tan
  1. yiqunsuanfa

    0下载:
  2. 蚁群路径优化算法原理及matlab编程的实现。这是一种简单的程序。效果可能不是太好,我会陆续发一些更好的优化的程序。-Ant colony optimization algorithm theory and matlab path programming to achieve. This is a simple procedure. The effect may not be good, I will continue to send some better optimization proce
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:343474
    • 提供者:cui
  1. ACSForTSP(sequence)

    0下载:
  2. 蚁群系统算法求解TSP,蚁群系统算法在构建路径时采用顺序构建的方式。-Ant System Algorithm for TSP, ant colony system algorithm constructed using sequential manner during the build path.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:4819
    • 提供者:chenliang
  1. ACSForCVRP(parallelPcandidateLists)

    0下载:
  2. 蚁群系统算法求解车辆路径问题,其中的蚁群系统使用了基于三角划分的候选列表。-Ant System algorithm for vehicle routing problem, which the ant colony system uses a list of candidates based on triangulation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:8167
    • 提供者:chenliang
  1. MMAS

    0下载:
  2. 运用蚁群最优路径寻找算法,可以寻找最优路径,找到最合理的路径-Using the ant colony optimal path search algorithm, we can find the optimal path and find the most reasonable path
  3. 所属分类:Console

    • 发布日期:2017-05-05
    • 文件大小:6435
    • 提供者:张磊
  1. GAforPathPlaning

    3下载:
  2. 采用栅格对机器人的工作空间进行划分,再利用优化算法对机器人路径优化,是采用智能算法求最优路径的一个经典问题。目前,采用蚁群算法在栅格地图上进行路径优化取得比较好的效果,而利用遗传算法在栅格地图上进行路径优化在算法显得更加难以实现。 利用遗传算法处理栅格地图的机器人路径规划的难点主要包括:1保证路径不间断,2保证路径不穿过障碍。 用遗传算法解决优化问题时的步骤是固定的,就是种群初始化,选择,交叉,变异,适应度计算这样,那么下面我就说一下遗传算法求栅格地图中机器人路径规划在每个步骤的问题
  3. 所属分类:matlab例程

    • 发布日期:2019-06-05
    • 文件大小:5120
    • 提供者:adkuhd8wy
  1. 3600401

    1下载:
  2. 用VB实现的蚁群算法,提供了多个经典的TSP路径(Ant colony algorithm implemented with VB provides several classical TSP paths.)
  3. 所属分类:大数据

    • 发布日期:2019-10-05
    • 文件大小:49152
    • 提供者:MCK!3771
  1. lambda08

    1下载:
  2. 蚁群算法解决TSP问题,即 旅行问题,选择最短路径(Ant Colony Algorithm for TSP Problem)
  3. 所属分类:界面编程

    • 发布日期:2021-04-20
    • 文件大小:3072
    • 提供者:LiJiu
  1. CVRP_ACO-master

    2下载:
  2. 基于蚁群算法的限制容量的车辆路径问题研究(Study on vehicle routing problem with limited capacity based on ant colony algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-01-01
    • 文件大小:3072
    • 提供者:_竹公子
  1. 程序1

    0下载:
  2. 针对移动机器人在海水环境中的三维路径规划问题容易陷入局部最优和收敛慢等瑕疵,根据三维环境全局信息来改进蚁群算法以提高实时性和收敛速度(the ant colony algorithm is improved according to the global information of 3D environment to improve the real-time performance and convergence speed)
  3. 所属分类:matlab例程

    • 发布日期:2020-09-01
    • 文件大小:3072
    • 提供者:林小云
  1. SLAM路径规划论文15篇(中文)

    1下载:
  2. 关于SLAM路径规划方面的15篇论文,中文的,改进蚁群和鸽群算法的机器人路径规划,基于前沿评估的移动机器人自主环境探索,全向移动机器人动态避障方法研究,移动机器人视觉惯性SLAM研究进展等。
  3. 所属分类:文档资料

    • 发布日期:2020-08-10
    • 文件大小:14729570
    • 提供者:liuyuxi11
  1. Class_11_Code

    1下载:
  2. MATLAB与神经网络的应用实例,通过蚁群算法找到最短路径(MATLAB and neural network application case, through ant colony algorithm to find the shortest path)
  3. 所属分类:其他

    • 发布日期:2020-12-09
    • 文件大小:2048
    • 提供者:嗯嗯先森
« 1 2 ... 22 23 24 25 26 27»
搜珍网 www.dssz.com